На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:
медицина
реакция Манту
медицина
непрямая проба Кумбса
медицина
прямая проба Кумбса
медицина
туберкулиновая кожная проба
['testkeis]
общая лексика
задача контрольная
пример контрольный
юриспруденция
дело
имеющее принципиальное значение для разрешения ряда аналогичных дел
дело-прецедент
иммунология
антиглобулиновая проба
проба Кумбса
антиглобулиновый тест
математика
независимые испытания
['pætʃtest]
медицина
кожная аллергическая проба
A primality test is an algorithm for determining whether an input number is prime. Among other fields of mathematics, it is used for cryptography. Unlike integer factorization, primality tests do not generally give prime factors, only stating whether the input number is prime or not. Factorization is thought to be a computationally difficult problem, whereas primality testing is comparatively easy (its running time is polynomial in the size of the input). Some primality tests prove that a number is prime, while others like Miller–Rabin prove that a number is composite. Therefore, the latter might more accurately be called compositeness tests instead of primality tests.